-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
29 lines (29 loc) · 952 Bytes
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "yousuckatquizes",
"version": "1.0.0",
"description": "a quiz",
"devDependencies": {
"grunt": "^0.4.5",
"grunt-babel": "^5.0.0",
"grunt-browser-sync": "^2.1.1",
"grunt-contrib-copy": "^0.8.0",
"grunt-contrib-sass": "^0.9.2",
"grunt-contrib-watch": "^0.6.1"
},
"jspm": {
"dependencies": {
"handlebars": "github:components/handlebars.js@^3.0.3",
"jquery": "github:components/jquery@^2.1.3",
"rivets": "github:mikeric/rivets@^0.8.1",
"sightglass": "github:mikeric/sightglass@^0.2.4",
"normalize.css": "github:necolas/normalize.css@^3.0.3"
},
"devDependencies": {
"babel": "npm:babel-core@^5.0.12",
"babel-runtime": "npm:babel-runtime@^5.0.12",
"core-js": "npm:core-js@^0.8.1",
"traceur": "github:jmcriffey/[email protected]",
"traceur-runtime": "github:jmcriffey/[email protected]"
}
}
}