-
Notifications
You must be signed in to change notification settings - Fork 9
/
package.json
44 lines (44 loc) · 1.08 KB
/
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
{
"name": "metal-examples-custom-build-jspm",
"version": "0.0.0",
"description": "A simple component using soy templates and JSPM",
"license": "BSD",
"repository": "https://github.com/metal/metal-examples/tree/master/custom-build/jspm",
"engines": {
"node": ">=0.12.0",
"npm": ">=3.0.0"
},
"files": [
"src",
"test"
],
"scripts": {
"build": "metal soy"
},
"keywords": [
"metal"
],
"dependencies": {
"bootstrap": "^3.3.6"
},
"devDependencies": {
"jspm": "^0.16.19",
"metal-cli": "^2.0.0"
},
"jspm": {
"dependencies": {
"metal": "npm:metal@^2.0.0",
"metal-component": "npm:metal-component@^2.0.1",
"metal-dom": "npm:metal-dom@^2.0.0",
"metal-events": "npm:metal-events@^2.0.0",
"metal-incremental-dom": "npm:metal-incremental-dom@^2.0.1",
"metal-soy": "npm:metal-soy@^2.0.1",
"metal-state": "npm:metal-state@^2.0.1"
},
"devDependencies": {
"babel": "npm:babel-core@^5.8.24",
"babel-runtime": "npm:babel-runtime@^5.8.24",
"core-js": "npm:core-js@^1.1.4"
}
}
}